home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2004 April / SGI IRIX 6.5 Applications 2004 April.iso / dist / mozilla.idb / var / netscape / mozilla / chrome / bg-BG.jar / locale / bg-BG / venkman / venkman.properties < prev   
Text File  |  2003-07-14  |  63KB  |  864 lines

  1. #
  2. # The contents of this file are subject to the Mozilla Public License
  3. # Version 1.1 (the "License"); you may not use this file except in
  4. # compliance with the License. You may obtain a copy of the License at
  5. # http://www.mozilla.org/MPL/ 
  6. # Software distributed under the License is distributed on an "AS IS" basis,
  7. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  8. # for the specific language governing rights and limitations under the
  9. # License. 
  10. #
  11. # The Original Code is The JavaScript Debugger
  12. # The Initial Developer of the Original Code is
  13. # Netscape Communications Corporation
  14. # Portions created by Netscape are
  15. # Copyright (C) 1998 Netscape Communications Corporation.
  16. #
  17. # Alternatively, the contents of this file may be used under the
  18. # terms of the GNU Public License (the "GPL"), in which case the
  19. # provisions of the GPL are applicable instead of those above.
  20. # If you wish to allow use of your version of this file only
  21. # under the terms of the GPL and not to allow others to use your
  22. # version of this file under the MPL, indicate your decision by
  23. # deleting the provisions above and replace them with the notice
  24. # and other provisions required by the GPL.  If you do not delete
  25. # the provisions above, a recipient may use your version of this
  26. # file under either the MPL or the GPL.
  27. #
  28. # Contributor(s):
  29. #  Robert Ginda, <rginda@netscape.com>, original author
  30. #
  31.  
  32. # NOTE ON LEADING/TRAILING SPACES AND QUOTES...
  33. # Strings in this file are stripped of leading and trailing qoutes, if they are
  34. # present.  This allows you to express leading and trailing whitespace, which
  35. # would otherwise be trimmed by the stringbundle code.  In order to express
  36. # a leading or trailing quote, use two of them.
  37. #
  38. # For example...
  39. #
  40. # my.message1 = "          foo"
  41. # my.message2 = "          foo
  42. #  Both of these produce 10 spaces, followed by the word ``foo''.
  43. # my.message3 = "foo          "
  44. # my.message3 = foo          "
  45. #  Both of these produce the word ``foo'', followed by 10 spaces.
  46. # my.message4 = A sphincter says, "what?""
  47. # my.message4 = "A sphincter says, "what?""
  48. #  Both of these produce the phrase ``A sphincter says "what?"''
  49. #
  50.  
  51. # character set to convert unicode messages to before writing them to a
  52. # profile report, or generated help text.
  53. msg.report.charset = utf-8
  54. msg.locale.version = 0.9.51+
  55. msn.bad.locale     = This version of Venkman is meant to work with a ``%1$S'' locale, but you are currently using a locale marked ``%2$S''.  Chances are, you're going to have problems.  Please change to the default locale, or upgrade your language pack.
  56.  
  57. msg.release.url = http://www.mozilla.org/releases/
  58.  
  59. ## exception descriptions ##
  60. err.notimplemented = \u041d\u0435\u0440\u0435\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e
  61. err.required.param = \u041b\u0438\u043f\u0441\u0432\u0430 \u0437\u0430\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u0435\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u044a\u0440 %1$S
  62. err.invalid.param  = \u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u044a\u0440 %1$S (%2$S)
  63. # 1 url, 2 fileName, 3 lineNumber, 4 reason
  64. err.subscript.load = \u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0434\u0441\u043a\u0440\u0438\u043f\u0442 \u043e\u0442 <%1$S>.
  65. err.no.debugger    = JS Debugger Service is not installed.
  66. err.failure        = \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435\u0442\u043e \u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e: %1$S
  67. err.no.stack       = No Stack
  68.  
  69. ## error messages ##
  70. msn.err.unknown.reason  = \u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430 \u043f\u0440\u0438\u0447\u0438\u043d\u0430
  71. msn.err.required.param  = \u041b\u0438\u043f\u0441\u0432\u0430 \u0437\u0430\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u0435\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u044a\u0440 %1$S
  72. msn.err.invalid.param   = \u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u044a\u0440 %1$S (%2$S)
  73. msn.err.invalid.pref    = \u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u043d\u0438\u0435 %1$S (%2$S)
  74. msn.err.scriptload      = \u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0434\u0441\u043a\u0440\u0438\u043f\u0442 \u043e\u0442 <%1$S>.
  75. msn.err.no.source       = No scripts loaded match ``%1$S''.
  76. msn.err.no.command      = \u041d\u044f\u043c\u0430 \u0442\u0430\u043a\u0430\u0432\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 ``%1$S''.
  77. msn.err.no.such.view    = \u041d\u044f\u043c\u0430 \u0442\u0430\u043a\u044a\u0432 \u0438\u0437\u0433\u043b\u0435\u0434 ``%1$S''.
  78. msg.err.no.stack        = \u041d\u044f\u043c\u0430 \u0441\u0442\u0435\u043a
  79. msg.err.no.eval.object  = No object selected for evaluations
  80. msn.err.noscript        = No debuggable scripts found for ``%1$S''
  81. msn.err.disabled        = Sorry, ``%1$S'' is currently disabled
  82. msn.err.notimplemented  = Sorry, ``%1$S'' has not been implemented
  83. msn.err.ambigcommand    = Ambiguous command, ``%1$S'', %2$S commands match [%3$S]
  84. msn.err.bp.noline       = No scripts matching <%1$S> contain executable code at line %2$S
  85. msn.err.bp.nodice       = No breakpoint set at <%1$S> line %2$S
  86. msn.err.startup         = An exception occurred while initializing, please file a bug.\n%1$S
  87. msn.err.cant.match      = Error loading template: Can't match ``%1$S''.
  88. msg.err.internal.bpt    = Internal error handling breakpoint.
  89. msn.err.internal.hook   = Internal error processing hook ``%1$S''.
  90. msn.err.failure         = Operation Failed: %1$S
  91. msn.err.no.section      = Missing section before ``%1$S'' in <%2$S>.
  92. msn.err.no.template     = No pref for template named ``%1$S''.
  93. msn.err.internal.dispatch  = Internal error dispatching command ``%1$S''.
  94. msn.err.source.load.failed = \u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u0430\u0434\u0440\u0435\u0441 <%1$S>: %2$S.
  95. msn.err.no.such.container  = No such container ``%1$S''.
  96. msg.err.condition.failed   = Error evaluating breakpoint condition.
  97. msg.err.format.not.available = \u0418\u0437\u0445\u043e\u0434\u043d\u0438\u044f \u043a\u043e\u0434 \u043d\u0435 \u0435 \u043d\u0430\u043b\u0438\u0447\u0435\u043d \u0432 \u0437\u0430\u044f\u0432\u0435\u043d\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442.
  98. msn.err.no.function     = \u0420\u0435\u0434 %1$S \u0432 <%2$S> \u043d\u0435 \u0435 \u0447\u0430\u0441\u0442 \u043e\u0442 \u0438\u0437\u043f\u044a\u043b\u043d\u0438\u043c\u0430 \u0444\u0443\u043d\u043a\u0446\u0443\u044f.
  99. msn.jsdurl.errpage = <html><head><title>Error</title></head><body>Error loading <<b>%1$S</b>><br>%2$S</body></html>
  100. msg.err.jsdurl.parse     = Error parsing URL.
  101. msg.err.jsdurl.nosource  = URL has no textual source.
  102. msg.err.jsdurl.noservice = No such service.
  103. msg.err.jsdurl.search    = Error in search pattern.
  104. msg.err.jsdurl.sourcetext = Error locating source text.
  105. msn.err.jsdurl.template  = Error loading template named ``%1$S''.
  106. msn.err.meta.failed      = Error processing meta comment ``%1$S'' in <%2$S>, line %3$S.
  107. msg.err.this.not.object  = Result of expression must be an object.
  108. msn.err.unknown.pref     = Unknown pref name ``%1$S''.
  109.  
  110. ## "values" ##
  111. msg.val.unknown     = <unknown>
  112. msg.val.console     = x-jsd:interactive-session
  113. msg.val.na          = <not-available>
  114. msg.val.none         = <none>
  115. msg.val.object      = <object>
  116. msg.val.expression  = <expression>
  117. msg.val.proto       = [[Prototype]]
  118. msg.val.parent      = [[Parent]]
  119.  
  120. ## words ##
  121. msg.val.min         = min
  122. msg.val.max         = max
  123. msg.val.this        = this
  124. msg.val.breakpoint  = breakpoint
  125. msg.val.debug       = error handler
  126. msg.val.debugger    = debugger keyword
  127. msg.val.throw       = thrown exception
  128. msg.val.global      = global
  129. msg.val.scope       = scope
  130. msg.val.exception   = exception
  131. msg.val.on          = on
  132. msg.val.off         = off
  133. msg.val.tlscript    = __toplevel__
  134. msg.val.toscript    = [TimeoutScript]
  135. msg.val.ivscript    = [IntervalScript]
  136. msg.val.evscript    = [EvalScript]
  137. msg.url.native      = x-jsd:native-code
  138.  
  139. ## types ##
  140. msg.type.int        = integer
  141. msg.type.boolean    = boolean
  142. msg.type.double     = double
  143. msg.type.function   = function
  144. msg.type.null       = null
  145. msg.type.object     = object
  146. msg.type.string     = string
  147. msg.type.unknown    = unknown
  148. msg.type.void       = void
  149.  
  150. msg.class.xpcobj       = XPComponent
  151. msg.class.const.xpcobj = const XPComponent
  152. msg.class.native.fun   = Native Function
  153. msg.class.script.fun   = Script Function
  154.  
  155. ## messages ##
  156. msg.query.close      = Debugging in progress, close anyway?
  157. msg.status.default   = \u0414\u043e\u0431\u0440\u0435 \u0434\u043e\u0448\u043b\u0438 \u0432 JavaScript Debugger
  158. msn.status.loading   = \u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u0438\u0437\u0445\u043e\u0434\u043d\u0438\u044f \u043a\u043e\u0434 \u0437\u0430 ``%1$S''
  159. msn.status.marking   = Marking source for ``%1$S''
  160. msn.status.stopped   = Stopped in %1$S, %2$S
  161. msn.floater.title    = JSD: %1$S
  162.  
  163. msg.alert   = Alert
  164. msg.prompt  = Prompt
  165. msg.confirm = Confirm
  166.  
  167. msg.cant.pprint      = Unable to Pretty Print this function.
  168.  
  169. msg.slash.required   = THINGS HAVE CHANGED: By default, all commands now start with a forward-slash ('/') character.  Any text that DOES NOT start with a forward-slash will be passed to the ``eval'' command.  For example, to execute the ``step'' command, type ``/step''.  To evaluate ``1 + 1'', you just need to type ``1 + 1''.  If you prefer the previous behavior, type ``/pref sessionView.requireSlash false''.
  170.  
  171. msg.commasp          = , "
  172. msn.eval.in          = %1$S: %2$S
  173. msn.stop             = Stopped for %1$S.
  174. msn.cont             = Continuing from %1$S.
  175. msn.subscript.loaded = Subscript <%1$S> loaded with result ``%2$S''.
  176. # 1 exception name, 2 fileName, 3 lineNumber
  177. msn.eval.error       = %1$S: <%2$S>, line %3$S
  178. msn.eval.threw       = Caught exception: ``%1$S''
  179. msg.hello            = Welcome to ``Venkman'', the JavaScript debugger.  Please read the FAQ at <http://www.hacksrus.com/~ginda/venkman/faq/venkman-faq.html>.  Visit the Venkman homepage <http://www.mozilla.org/projects/venkman/> for more information.
  180. msn.version          = \u041f\u0443\u0441\u043d\u0430\u043b\u0438 \u0441\u0442\u0435 Venkman \u0438\u0437\u0434\u0430\u043d\u0438\u0435 %1$S.
  181. msn.tip1.help        = \u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 ``%1$Shelp <\u043a\u043e\u043c\u0430\u043d\u0434\u0430>'' \u0437\u0430 \u043f\u043e\u043c\u043e\u0449 \u043e\u0442\u043d\u043e\u0441\u043d\u043e \u0434\u0430\u0434\u0435\u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430.
  182. msg.tip2.help        = \u041f\u043e\u0441\u0435\u0442\u0435\u0442\u0435 <x-jsd:help> \u0437\u0430 \u0442\u044a\u0440\u0441\u0438\u043c \u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0438\u0442\u0435.
  183. msg.tip3.help        = Commands start with a forward-slash ('/') character.  Any text that DOES NOT start with a forward-slash will be evaluated as JavaScript.  For example, to execute the ``step'' command, type ``/step''.  To evaluate ``1 + 1'', just type ``1 + 1''.
  184. msg.no.breaks.set    = \u041d\u044f\u043c\u0430 \u0437\u0430\u0434\u0430\u0434\u0435\u043d\u0438 \u0442\u043e\u0447\u043a\u0438 \u0437\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435.
  185. msg.no.fbreaks.set   = No future breakpoints set.
  186. msg.no.watches.set   = No watches set.
  187. msn.no.properties    = %1$S has no properties.
  188. msn.no.cmdmatch      = No commands match ``%1$S''.
  189. msn.cmdmatch         = Commands matching ``%1$S'' are [%2$S].
  190. msn.cmdmatch.all     = Implemented commands are %1$S.
  191. msn.props.header     = Properties of %1$S in debug target scope:
  192. msn.propsd.header    = Properties of %1$S in debugger scope:
  193. msn.bp.header        = %1$S breakpoints set:
  194. # 1 index, 2 file name, 3 line
  195. msn.bp.line          = #%1$S <%2$S> line %3$S
  196. msn.bp.created       = Breakpoint at <%1$S> line %2$S created
  197. msn.bp.cleared       = Breakpoint at <%1$S> line %2$S deleted
  198. msn.bp.exists        = Breakpoint at <%1$S> line %2$S already set.
  199. msn.watch.header     = %1$S watches set:
  200. msn.enter.expression = Enter expression for new value of \u201c%1$S\u201d:
  201.  
  202. # 1 index, 2 file name, 3 line
  203. msn.fbp.line         = #%1$S <%2$S> line %3$S
  204. msn.fbp.created      = Future breakpoint at <%1$S> line %2$S created.
  205. msn.fbp.cleared      = Future breakpoint at <%1$S> line %2$S cleared.
  206. msn.fbp.exists       = Future breakpoint at <%1$S> line %2$S already set.
  207. msn.source.line      = %1$S: %2$S"
  208. msg.emode.ignore     = \u0413\u0440\u0435\u0448\u043a\u0438\u0442\u0435 \u0449\u0435 \u0441\u0435 \u043f\u0440\u0435\u043d\u0435\u0431\u0440\u0435\u0433\u0432\u0430\u0442.
  209. msg.emode.trace      = Errors will now be traced.
  210. msg.emode.break      = Errors will now stop the debug target.
  211. msg.tmode.ignore     = \u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f\u0442\u0430 \u0449\u0435 \u0441\u0435 \u043f\u0440\u0435\u043d\u0435\u0431\u0440\u0435\u0433\u0432\u0430\u0442.
  212. msg.tmode.trace      = Exceptions will now be traced.
  213. msg.tmode.break      = Exceptions will now stop the debug target.
  214. msn.iasmode          = Initialize at Startup is now %1$S.
  215. msn.layout.list      = The following layouts have already been saved [%1$S].  Use ``save-layout <name>'' to save the current layout, or ``restore-layout <name>'' to restore a specific layout.
  216. msn.chrome.filter    = Chrome filtering is now %1$S.
  217. # 1 value, 2 frame
  218. msn.exception.trace  = Exception ``%1$S'' thrown from %2$S.
  219. # 1 message, 2 flags, 3 file, 4 line, 5 pos
  220. msn.erpt.error       = \u0413\u0440\u0435\u0448\u043a\u0430 ``%1$S'' [%2$S] \u0432\u044a\u0432 \u0444\u0430\u0439\u043b\u0430 ``%3$S'', \u0440\u0435\u0434 %4$S, \u0431\u0443\u043a\u0432\u0430 %5$S.
  221. msn.erpt.warn        = \u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 ``%1$S'' [%2$S] \u0432\u044a\u0432 \u0444\u0430\u0439\u043b\u0430 ``%3$S'', \u0440\u0435\u0434 %4$S, \u0431\u0443\u043a\u0432\u0430 %5$S.
  222. msn.profile.lost     = Lost profile data for script %1$S.
  223. msn.profile.state    = Profile data collection is now %1$S.
  224. msn.profile.saved    = \u0414\u0430\u043d\u043d\u0438\u0442\u0435 \u0437\u0430 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0441\u0430 \u0437\u0430\u043f\u0430\u0437\u0435\u043d\u0438 \u0432  <%1$S>.
  225. msg.profile.cleared  = \u0414\u0430\u043d\u043d\u0438\u0442\u0435 \u0437\u0430 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0441\u0430 \u0438\u0437\u0447\u0438\u0441\u0442\u0435\u043d\u0438.
  226. msn.profile.saving   = Generating profile report, file %1$S of %2$S
  227. msg.open.file        = \u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u0444\u0430\u0439\u043b...
  228. msg.save.file        = \u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435, \u043a\u0430\u0442\u043e...
  229. msg.open.url         = \u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u0437\u0430 \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435...
  230. msg.save.profile     = \u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u0434\u0430\u043d\u043d\u0438 \u0437\u0430 \u043f\u0440\u043e\u0444\u0438\u043b, \u043a\u0430\u0442\u043e...
  231. msg.save.source      = \u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u0438\u0437\u0445\u043e\u0434\u0435\u043d \u043a\u043e\u0434, \u043a\u0430\u0442\u043e...
  232. msg.navigator.xul    = \u041f\u0440\u043e\u0437\u043e\u0440\u0435\u0446 \u043d\u0430 \u041d\u0430\u0432\u0438\u0433\u0430\u0442\u043e\u0440
  233. msg.enter.watch      = \u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u0437\u0440\u0430\u0437 \u0437\u0430 \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0435:
  234.  
  235. ## property value flags ##
  236. msg.vf.enumerable = e
  237. msg.vf.readonly   = r
  238. msg.vf.permanent  = p
  239. msg.vf.alias      = A
  240. msg.vf.argument   = a
  241. msg.vf.variable   = v
  242. msg.vf.error      = E
  243. msg.vf.exception  = X
  244. msg.vf.hinted     = h
  245.  
  246. ## formatting ##
  247.  
  248. # 1: argument name, 2: value
  249. msn.fmt.argument = %1$S=%2$S"
  250. # 1: property flags, 2: property name, 3: property value
  251. msn.fmt.property = [%1$S] %2$S = %3$S"
  252. # 1: function name, 2: filename
  253. msn.fmt.script = function %1$S in <%2$S>
  254. # 1: function name, 2: arguments, 3: filename, 4: line number
  255. msn.fmt.frame = function %1$S(%2$S) in <%3$S> line %4$S
  256. # 1: type, 2: class name, 3: value
  257. msn.fmt.value.long = [%1$S] [class: %2$S] %3$S"
  258. # 1: type, 2: value
  259. msn.fmt.value.med  = [%1$S] %2$S"
  260. # 1: type, 2: value
  261. msn.fmt.value.short = %1$S:%2$S"
  262. # 1: property count
  263. msn.fmt.object = %1$S properties
  264. # 1: ctor name, 2: property count
  265. msn.fmt.object.value = {%1$S:%2$S}
  266. # 1: JS exception name, 2: error text, 3: file name, 4: line number
  267. msn.fmt.jsexception = %1$S: %2$S @ <%3$S> %4$S"
  268. # 1: error number,  2: error text, 3: file name, 4: line number, 5: function name
  269. msn.fmt.badmojo = BadMojo %1$S: %2$S @ <%3$S> line %4$S (%5$S)
  270. # 1: var number, 2: value
  271. msn.fmt.tmp.assign = $[%1$S] = %2$S"
  272. # 1: string length
  273. msn.fmt.longstr = %1$S characters
  274. # 1: command name 2: parameters
  275. msn.fmt.usage = %1$S %2$S
  276. # 1: function name
  277. msn.fmt.guessedname = [%1$S]
  278. # 1: program counter
  279. msn.fmt.pc = [%1$S]
  280. # 1: pref name 2: value
  281. msn.fmt.prefvalue = Preference ``%1$S'' is ``%2$S''
  282. # 1: index, 2: label, 3: value
  283. msn.fmt.watch.item = "%1$S: %2$S = %3$S"
  284. # 1: on|off
  285. msn.fmt.pprint = Pretty Print is %1$S.
  286. # 1: frame number, 2: frame string
  287. msn.fmt.frame.line = "#%1$S: %2$S"
  288. # 1: file name, 2: line number, 3: pc
  289. msn.fmt.frame.location = %1$S, line %2$S, pc %3$S
  290. # 1: function name, 2: start line, 3: end line, 4: call count, 5: recurse,
  291. # 6: total, 7: min, 8: max, 9: avg
  292. msn.fmt.profile.str = %1$S: %2$S-%3$S, %4$S call(s)%5$S, %6$Sms total, %7$Sms min, %8$Sms max, %9$Sms avg
  293. # 1: max recurse depth
  294. msn.fmt.profile.recurse = " (max depth %1$S)
  295.  
  296. ## menu headings ##
  297. msg.mnu.file = &\u0424\u0430\u0439\u043b
  298. msg.mnu.debug = &\u0422\u0440\u0430\u0441\u0438\u0440\u0430\u043d\u0435
  299. msg.mnu.profile = \u041f\u0440\u043e&\u0444\u0438\u043b
  300. msg.mnu.view  = &\u041f\u043e\u043a\u0430\u0437
  301. msg.mnu.help  = \u041f\u043e\u043c\u043e&\u0449
  302. msg.mnu.emode = &Error Trigger
  303. msg.mnu.tmode = Throw Tri&gger
  304. msg.mnu.showhide  = &\u0412\u0438\u0434\u0438\u043c\u0438/\u0441\u043a\u0440\u0438\u0442\u0438
  305. msg.mnu.session.colors = Interactive Session Co&lors
  306. msg.mnu.scripts.instance = F&ile Options
  307. msg.mnu.scripts.wrapper  = Func&tion Options
  308.  
  309. msn.sourceheader.url   = <%1$S> Line %2$S
  310. msn.default.alias.help = This comm\u0441and is an alias for |%1$S|.
  311.  
  312. msn.launch.count      = Recorded local startup %1$S, global %2$S.
  313. msg.no.help           = Help not available.
  314. msn.extra.params      = Extra parameters ``%1$S'' ignored.
  315. msg.files.rec         = Files
  316. #msg.doc.consolehdr   = Console Commands
  317. #msg.doc.menuhdr      = Menus
  318. #msg.doc.popuphdr     = Popups
  319. #msg.doc.keyhdr       = Keys
  320.  
  321. msg.note.console     = This command is available from the console.
  322. msg.note.noconsole   = This command is NOT available from the console.
  323. msg.note.needstack   = You must be stopped at a breakpoint to use this command.
  324. msg.note.nostack     = You CANNOT be stopped at a breakpoint to use this command.
  325. msn.doc.commandlabel = "   \u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430: ``%1$S'' (%2$S)
  326. msn.doc.key          = "Keyboard Shortcut: %1$S
  327. msn.doc.syntax       = "        \u0421\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441: %1$S %2$S
  328. msg.doc.notes        = \u0417\u0430\u0431\u0435\u043b\u0435\u0436\u043a\u0438:
  329. msg.doc.description  = \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435:
  330.  
  331. msn.session.css   = Interactive Session now using CSS from <%1$S>.
  332. msn.session.title = Interactive Session [context: %1$S, scope: %2$S]
  333.  
  334. msg.source2.help = Please select a source file to display.
  335. msg.margin.break     = " B "
  336. msg.margin.fbreak    = " F "
  337. msg.margin.breakable = " - "
  338. msg.margin.none      = "   "
  339.  
  340. msg.bpprops.title    = Breakpoint Properties
  341. msg.bpprops.enabled  = Enable breakpoint
  342. msg.fbpprops.title   = Future Breakpoint Properties
  343. msg.fbpprops.enabled = Enable future breakpoint
  344.  
  345. # view captions
  346. msg.view.breaks  = \u0422\u043e\u0447\u043a\u0438 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  347. msg.view.stack   = \u0421\u0442\u0435\u043a \u0438\u0437\u0432\u0438\u043a\u0432\u0430\u043d\u0438\u044f
  348. msg.view.session = Interactive Session
  349. msg.view.locals  = \u041b\u043e\u043a\u0430\u043b\u043d\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u043b\u0438\u0432\u0438
  350. msg.view.scripts = \u0417\u0430\u0440\u0435\u0434\u0435\u043d\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0435
  351. msg.view.windows = \u041e\u0442\u0432\u043e\u0440\u0435\u043d\u0438 \u043f\u0440\u043e\u0437\u043e\u0440\u0446\u0438
  352. msg.view.source  = \u0418\u0437\u0445\u043e\u0434\u0435\u043d \u043a\u043e\u0434
  353. msg.view.source2 = \u0418\u0437\u0445\u043e\u0434\u0435\u043d \u043a\u043e\u0434
  354. msg.view.watches = Watches
  355.  
  356. # settings file return values
  357. msg.breakpoints.restored = Breakpoints restored.
  358. msg.watches.restored = Watches restored.
  359. msg.settings.restored = Breakpoints and watches restored.
  360.  
  361. ###################### DO NO LOCALIZE THE *.params STRINGS ######################
  362.  
  363. ## hooks ##
  364.  
  365. cmd.hook-break-clear.params = <break-wrapper>
  366. cmd.hook-break-clear.help   = Called when a breakpoint instance is cleared.
  367.  
  368. cmd.hook-break-set.params = <break-wrapper>
  369. cmd.hook-break-set.help   = Called when a breakpoint instance is set.
  370.  
  371. cmd.hook-debug-stop.help = Called when the debugger stops execution of the debug target.
  372.  
  373. cmd.hook-debug-continue.help = Called when the debugger continues execution of the debug target.
  374.  
  375. cmd.hook-display-sourcetext.params = <source-text> [<target-line> [<details>]]
  376. cmd.hook-display-sourcetext.help   = Called when the source text object <source-text> should be presented to the user.  <target-line> is the line which should appear at or near the top of the display.  If <details> is provided, it will be an object representing details about where the <source-text> object was derived from.
  377.  
  378. cmd.hook-display-sourcetext-soft.params = <source-text> [<target-line> [<details>]]
  379. cmd.hook-display-sourcetext-soft.help   = Functions the same as |hook-display-sourcetext|, except the display should not be scrolled if <target-line> is already visible.
  380.  
  381. cmd.hook-eval-done.help = Called when an expression is evaluated.
  382.  
  383. cmd.hook-fbreak-clear.params = <fbreak>
  384. cmd.hook-fbreak-clear.help   = Called when a breakpoint instace is cleared.
  385.  
  386. cmd.hook-fbreak-set.params = <fbreak>
  387. cmd.hook-fbreak-set.help   = Called when a breakpoint instace is set.
  388.  
  389. cmd.hook-guess-complete.params = <script-instance>
  390. cmd.hook-guess-complete.help   = Called when function name guessing has completed for the script instance <script-instance>.
  391.  
  392. cmd.hook-session-display.params = <message> <msgtype>
  393. cmd.hook-session-display.help   = Called when a message should be appended to the interactive session display.  <message> is the message as a string, or DOM node, <msgtype> is the message's type code.
  394.  
  395. cmd.hook-script-manager-created.params = <script-manager>
  396. cmd.hook-script-manager-created.help   = Called when a new script manager is created.  Script managers delegate commands to one or more script-instance objects.  <script-manager> will be the new script manager object.  Script managers can be found keyed by URL in the |console.scriptManagers| object.
  397.  
  398. cmd.hook-script-manager-destroyed.params = <script-manager>
  399. cmd.hook-script-manager-destroyed.help   = Called after <script-manager> has been removed from the |console.scriptManagers| object.  This happens after last contained script-instance is destroyed.
  400.  
  401. cmd.hook-script-instance-created.params = <script-instance>
  402. cmd.hook-script-instance-created.help   = Called when a new script instance is created.  Script instances delegate commands to one or more script-wrappers.
  403.  
  404.  
  405. cmd.hook-script-instance-sealed.params = <script-instance>
  406. cmd.hook-script-instance-sealed.help = Called when <script-instance> is sealed.  Script instances are ``sealed'' when the top level function is created.  This signifies that the script source has been completely compiled.  Any non-function scripts created after this point will appear as a transient in the parent script-manager.
  407.  
  408. cmd.hook-script-instance-destroyed.params = <script-instance>
  409. cmd.hook-script-instance-destroyed.help   = Called when the final script-wrapper contained by <script-instance> is invalidated.
  410.  
  411. cmd.hook-source-load-complete.params = <sourceText> <status>
  412. cmd.hook-source-load-complete.help   = Called when the source text represented by the object <sourceText> is loaded (or reloaded.)  <status> indicates the status of the load.  A <status> of 0 indicates success, non-zero values indicate a failure.
  413.  
  414. cmd.hook-transient-script.params = <script-wrapper>
  415. cmd.hook-transient-script.help   = Called when a script object that appears to be transient (the result of an eval, setTimeout, etc.) is created by the JavaScript engine.
  416.  
  417. cmd.hook-window-closed.params = <window>
  418. cmd.hook-window-closed.help   = Called when a window object is destroyed.  <window> is a reference to the DOM window object for the window.
  419.  
  420. cmd.hook-window-loaded.params = <event>
  421. cmd.hook-window-loaded.help   = Called when a source file is loaded into a window object.  <event> is a reference to the DOM event passed to the onLoad handler of the window.
  422.  
  423. cmd.hook-window-opened.params = <window>
  424. cmd.hook-window-opened.help   = Called when a new window object is opened.  The source for this window will most likely *not* be loaded at this point.  <window> is a reference to the DOM window object for the new window.
  425.  
  426. cmd.hook-window-resized.params = <window>
  427. cmd.hook-window-resized.help   = Called when the main Venkman window or a floating window is resized.  <window> will be a reference to the window object.
  428.  
  429. cmd.hook-window-unloaded.params = <event>
  430. cmd.hook-window-unloaded.help   = Called when a source file is unloaded from a window object.  <event> is a reference to the DOM event passed to the onUnload handler of the window.
  431.  
  432. cmd.hook-venkman-exit.help = Called before the debugger exits.
  433.  
  434. cmd.hook-venkman-query-exit.help = Called when the debugger would like to exit.  A hook function can set |returnValue| on the event to |false| to cancel the exit.
  435.  
  436. cmd.hook-venkman-started.help = Called when the debugger first starts up.
  437.  
  438. ## commands ##
  439.  
  440. cmd.about-mozilla.label = &About Mozilla
  441. cmd.about-mozilla.help  = Display information about your Mozilla installation.
  442.  
  443. cmd.break.label  = S&et Breakpoint
  444. cmd.break.params = [<url-pattern> <line-number> [<properties> [<parent>]]]
  445. cmd.break.help   = Set a breakpoint in all urls matching <url-pattern> at the line number <line-number>.  <properties> is a JavaScript object representing the properties of the breakpoint.  <parent> is a reference to the Future Breakpoint object to assign as the parent.  If no parameters are specified all active breakpoints will be listed.  See also: |clear|.
  446.  
  447. cmd.break-props.label  = &\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u043d\u0430 \u0442\u043e\u0447\u043a\u0430 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435...
  448. cmd.break-props.params = <break-wrapper>
  449. cmd.break-props.help   = Display the properties dialog for the breakpoint represented by <break-wrapper>.
  450.  
  451. cmd.change-container.params = <view-id> <new-type>
  452. cmd.change-container.help   = Changes the type of the container in which <view-id> resides to <new-type>.  <view-id> must be one of: ``scripts'', ``windows'', ``locals'', ``watches'', ``breaks'', ``stack'', ``source'', ``source2'', or ``session''.  <new-type> must be one of: ``horizontal'' for a horizontal layout, ``vertical'' for a vertical layout, or ``tab'' for a tab box layout.
  453.  
  454. cmd.change-value.label   = Change &Value...
  455. cmd.change-value.params  = <parent-value> <property-name> [<new-value>]
  456. cmd.change-value.help    = Changes the value of the property named <property-name> of the jsdValue <parent-value>.  If the jsdValue <new-value> is specified, this will become the new value of the property, otherwise a dialog box is displayed, allowing the user to enter a new expression for the value.
  457.  
  458. cmd.chrome-filter.params = [<toggle>]
  459. cmd.chrome-filter.help   = Enables or disabled the filtering of chrome: urls.  With chrome: filtering on, the JavaScript files which make up the browser will not be displayed in the Script View, and the debugger will not step through them while debugging.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.  If <toggle> is not provided, the current state will be displayed.
  460.  
  461. cmd.clear.label  = &\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u0442\u043e\u0447\u043a\u0430 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  462. cmd.clear.params = <url-pattern> [<line-number>]
  463. cmd.clear.help   = Clears breakpoints in files which match <url-pattern>.  If <line-number> is provided, only breakpoints at that line will be cleared.
  464.  
  465. cmd.clear-all.label  = Clear &All Breakpoints
  466. cmd.clear-all.help   = Clears every breakpoint currently defined.
  467.  
  468. cmd.clear-break.label  = &\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u0442\u043e\u0447\u043a\u0430 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  469. cmd.clear-break.params = <break-wrapper> [<...>]
  470. cmd.clear-break.help   = Clear the breakpoint wrapped by <break-wrapper>.  If <break-wrapper> is a future breakpoint object, all child breakpoints will be cleared, but the future breakpoint will remain.
  471.  
  472. cmd.clear-fbreak.label  = \u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u0431&\u044a\u0434\u0435\u0449\u0430 \u0442\u043e\u0447\u043a\u0430 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  473. cmd.clear-fbreak.params = <break-wrapper> [<...>]
  474. cmd.clear-fbreak.help   = Clear the future breakpoint wrapped by <break-wrapper>.  If <break-wrapper> is a breakpoint instance object, the instance's parent future breakpoint will be cleared, but the instance will remain.  If the instance has no parent future breakpoint, the wrapper will be ignored.
  475.  
  476. cmd.clear-profile.label = \u0418\u0437&\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u0434\u0430\u043d\u043d\u0438 \u0437\u0430 \u043f\u0440\u043e\u0444\u0438\u043b
  477. cmd.clear-profile.help  = Zeros out any existing profile data.
  478.  
  479. cmd.clear-script.label  = &\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u0442\u043e\u0447\u043a\u0430 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  480. cmd.clear-script.params = <script-wrapper> [<...>]
  481. cmd.clear-script.help   = Clear all breakpoints in the script wrapped by <script-wrapper>.
  482.  
  483. cmd.clear-instance.label  = &\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u0442\u043e\u0447\u043a\u0430 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  484. cmd.clear-instance.params = <script-instance> [<...>]
  485. cmd.clear-instance.help   = Clear all breakpoints in the script instance referred to by <script-instance>.
  486.  
  487. cmd.close.label = &\u0417\u0430\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043f\u0440\u043e\u0437\u043e\u0440\u0435\u0446
  488. cmd.close.help  = Close the debugger.
  489.  
  490. cmd.commands.params = [<pattern>]
  491. cmd.commands.help   = Lists all command names matching <pattern>, or all command names if pattern is not specified.
  492.  
  493. cmd.copy-frames.label  = &Copy Selected Frames
  494. cmd.copy-frames.params = <jsd-frame> [<...>]
  495. cmd.copy-frames.help   = Copy the selected frames to the clipboard.
  496.  
  497. cmd.cont.label = &\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435
  498. cmd.cont.key   = VK_F5
  499. cmd.cont.tip   = Continue debugging
  500. cmd.cont.help  = Continue execution of the debug target.
  501.  
  502. cmd.debug-script.label  = Don't &Debug
  503. cmd.debug-script.params = <toggle> <script-wrapper> [<...>]
  504. cmd.debug-script.help   = Enable or disable debugging in the script wrapper <script-wrapper>.  While debugging is disabled, Venkman will *not* stop in the disabled scripts.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.
  505.  
  506. cmd.debug-instance-on.label  = &Don't Debug Contained Functions
  507. cmd.debug-instance-on.params = <script-instance> [<...>]
  508. cmd.debug-instance-on.help   = Disable debugging in all functions contained by the script instance <script-instance>.
  509.  
  510. cmd.debug-instance-off.label  = D&ebug Contained Functions
  511. cmd.debug-instance-off.params = <script-instance> [<...>]
  512. cmd.debug-instance-off.help   = Enable debugging in all functions contained by the script instance <script-instance>.
  513.  
  514. cmd.debug-instance.label  = &Toggle Debugging Contained Functions
  515. cmd.debug-instance.params = <toggle> <script-instance> [<...>]
  516. cmd.debug-instance.help   = Enable or disable debugging in all functions contained by the script instance <script-instance>.  While debugging is disabled, Venkman will *not* stop in the disabled scripts.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.
  517.  
  518. cmd.debug-transient.label  = Don't Debug Eval/Ti&meouts
  519. cmd.debug-transient.params = <toggle> <url> [<...>]
  520. cmd.debug-transient.help   = Enable or disable debugging of transient scripts (like setTimeout() or eval()) associated with the url <url>.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.
  521.  
  522. cmd.dumpprofile.label  = Dump Profile Data
  523. cmd.dumpprofile.params = [<file-name>]
  524.  
  525. cmd.dumptree.params = <tree> [<depth>]
  526.  
  527. cmd.emode.params = [<mode>]
  528. cmd.emode.help   = Sets what action the debugger should take when an error occurs in the debug target.  |emode ignore| ignores all errors, |emode trace| shows a log of the error in the console, and |emode break| stops excecution when an error is thrown.  |emode| without any parameter will display the current error mode.  Note that |emode| controls what happens whan an exception goes uncaught, to control what happens when an exception is *thrown*, use |tmode|.
  529.  
  530. cmd.eval.params = <expression>
  531. cmd.eval.help   = Evaluates <expression> in the scope of the debug target's current frame.  See also: |frame|, |where|, |props|, and |evald|.
  532.  
  533. cmd.evald.params = <expression>
  534. cmd.evald.help   = Evaluates <expression> in the debugger's scope.  See also: |eval|.
  535.  
  536. cmd.em-break.label  = Stop for E&rrors
  537. cmd.em-cycle.label  = Cycle Error Mode
  538. cmd.em-cycle.key    = accel shift  E
  539. cmd.em-ignore.label = Ig&nore Errors
  540. cmd.em-trace.label  = Tr&ace Errors
  541.  
  542. cmd.fbreak.label  = \u0417\u0430\u0434\u0430\u0432\u0430\u043d\u0435 &\u0431\u044a\u0434\u0435\u0449\u0430 \u0442\u043e\u0447\u043a\u0430 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  543. cmd.fbreak.params = [<url-pattern> <line-number> [<properties>]]
  544. cmd.fbreak.help   = Sets a ``future'' breakpoint.  Any time a script whose file name matches <url-pattern> is loaded, a breakpoint a <line-number> is set.  Setting a breakpoint at line 1 will cause the debugger to break when the script is loaded.  fbreak with no parameters will list all future breakponts.  <properties> is a JavaScript object representing the properties for this breakpoint.  This command is the same as |set-fbreak|, except the parameters are optional.  See also: |break|.
  545.  
  546. cmd.set-fbreak.label = \u0417\u0430\u0434\u0430\u0432\u0430\u043d\u0435 &\u0431\u044a\u0434\u0435\u0449\u0430 \u0442\u043e\u0447\u043a\u0430 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  547. cmd.set-fbreak.params = <url-pattern> <line-number> [<properties>]
  548. cmd.set-fbreak.help   = Sets a ``future'' breakpoint.  Any time a script whose file name matches <url-pattern> is loaded, a breakpoint a <line-number> is set.  Setting a breakpoint at line 1 will cause the debugger to break when the script is loaded.  <properties> is a JavaScript object representing the properties for this breakpoint.  This command is the same as |fbreak|, except the parameters are not optional.  See also: |break|.
  549.  
  550. cmd.fclear.label  = \u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u0431&\u044a\u0434\u0435\u0449\u0430 \u0442\u043e\u0447\u043a\u0430 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  551. cmd.fclear.params = <url-pattern> [<line-number>]
  552. cmd.fclear.help   = Clears the future breakpoint(s) set for <url-pattern>.  If <line-number> is specified, only future breakpoints at that line are cleared.
  553.  
  554. cmd.fclear-all.label = \u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435 \u0432\u0441\u0438\u0447\u043a\u0438 \u0431\u044a&\u0434\u0435\u0449\u0438 \u0442\u043e\u0447\u043a\u0438 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  555. cmd.fclear-all.help  = Clears all future breakpoints currently defined.
  556.  
  557. cmd.find-bp.label  = \u0422\u044a&\u0440\u0441\u0435\u043d\u0435 \u0442\u043e\u0447\u043a\u0430 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  558. cmd.find-bp.params = <breakpoint>
  559. cmd.find-bp.help   = Focus the breakpoint specified by the Breakpoint object <breakpoint>.
  560.  
  561. cmd.find-creator.label  = Find &Creator
  562. cmd.find-creator.params = <jsd-value>
  563. cmd.find-creator.help   = Focus the creator of the object referenced by the jsdIValue <jsd-value>.
  564.  
  565. cmd.find-ctor.label  = Find C&onstructor
  566. cmd.find-ctor.params = <jsd-value>
  567. cmd.find-ctor.help   = Focus the constructor of the object referenced by the jsdIValue <jsd-value>.
  568.  
  569. cmd.find-file.label  = &\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u0444\u0430\u0439\u043b...
  570. cmd.find-file.key    = accel O
  571. cmd.find-file.params = [<file-name>]
  572. cmd.find-file.help   = Displays the contents of the file located at <file-name> in the script view, where <file-name> is an operating system specific path string.  If <file-name> is not provided, or is the character '?', a file chooser widget will be displayed.
  573.  
  574. cmd.find-frame.label   = Find &Frame Source
  575. cmd.find-frame.params  = <frame-index>
  576. cmd.find-frame.help    = Focus the stack frame specified by the frame at index <frame-index>.
  577.  
  578. cmd.find-script.label  = Find F&unction
  579. cmd.find-script.params = <script-wrapper> [<target-pc>]
  580. cmd.find-script.help   = Focus the script wrapped by <script-wrapper>.  If <target-pc> is provided, the view will be scrolled to display the associated line.
  581.  
  582. cmd.find-sourcetext.params = <source-text> [<range-start> [<range-end> [<details> [<target-line>]]]]
  583. cmd.find-sourcetext.help   = Displays the source text object <sourceText>.  All of the text between <range-start> and <range-end> will be highlighted.  If <details> is provided, it will be an object representing details about where the <source-text> object was derived from.  If <target-line> is provided, the view will be scrolled to that line, otherwise the view will be scrolled to <range-start>.
  584.  
  585. cmd.find-sourcetext-soft.params = <source-text> [<range-start> [<range-end> [<details> [<target-line>]]]]
  586. cmd.find-sourcetext-soft.help   = Functions the same as |find-sourcetext|, except the view is not scrolled if <target-line> is already visible.
  587.  
  588. cmd.find-string.label = &\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u043d\u0430 \u0442\u0435\u043a\u0441\u0442...
  589. cmd.find-string.key   = accel F
  590. cmd.find-string.help  = Brings up a ``Find Dialog'' for the currently selected tab.
  591.  
  592. cmd.find-scriptinstance.label  = &Find File
  593. cmd.find-scriptinstance.params = <script-instance> [<range-start> [<range-end> [<details> [<target-line>]]]]
  594. cmd.find-scriptinstance.help   = Displays the source text associated with the script instance <script-instance>.  All of the text between <range-start> and <range-end> will be highlighted.  If <details> is provided, it will be an object representing details about where the <script-instance> object was derived from.  If <target-line> is provided, the view will be scrolled to that line, otherwise the view will be scrolled to <range-start>.
  595.  
  596. cmd.find-url.label  = &Find URL
  597. cmd.find-url.params = <url> [<range-start> [<range-end> [<details> [<target-line>]]]]
  598. cmd.find-url.help   = Displays the contents of the URL <url> in the source view.  All of the text between <range-start> and <range-end> will be highlighted.  If <details> is provided, it will be an object representing details about where the <url> object was derived from.  If <target-line> is provided, the view will be scrolled to that line, otherwise the view will be scrolled to <range-start>.
  599.  
  600. cmd.find-url-soft.label  = &Soft Focus URL
  601. cmd.find-url-soft.params = <url> [<range-start> [<range-end> [<details> [<target-line>]]]]
  602. cmd.find-url-soft.help   = Functions the same as |find-url|, except the view is not scrolled if <target-line> is already visible.
  603.  
  604. cmd.finish.label = \u0421&\u0442\u044a\u043f\u043a\u0430 \u0432\u044a\u043d
  605. cmd.finish.key   = shift VK_F11
  606. cmd.finish.tip   = Step out of the current function
  607. cmd.finish.help  = Execute until the current stack frame returns.
  608.  
  609. cmd.focus-input.key  = VK_ESCAPE
  610. cmd.focus-input.help = Places focus in the console's text input widget.
  611.  
  612. cmd.frame.label  = Set &Current Frame
  613. cmd.frame.params = [<frame-index>]
  614. cmd.frame.help   = Sets the current frame to the one numbered <frame-index>, and displays a summary of the frame.  If <frame-index> is not provided, a summary of the current frame will be displayed.  Use the where command to list available frames and frame numbers.
  615.  
  616. cmd.gc.help = Force the JavaScript garbage collector to run.  This may force unloaded scripts to be removed from the Loaded Scripts view.
  617.  
  618. cmd.help.label  = &Command Reference
  619. cmd.help.params = [<pattern>]
  620. cmd.help.help   = Displays help on <pattern>, which can be a full command name, or the first few characters of the command name.  If <pattern> matches more than one command, help on all matching commands will be displayed.  If <pattern> is not provided, a command reference will be loaded in a browser window.
  621.  
  622. cmd.loadd.label  = Load Script in Debugger Scope
  623. cmd.loadd.params = <url>
  624. cmd.loadd.help   = Executes the contents of the url specified by <url> in the context of the debugger.  Useful for loading debugger plugins.  See also: The |initialScripts| pref.
  625.  
  626. cmd.move-view.params = <view-id> <location-url>
  627. cmd.move-view.help   = Moves the view associated with <view-id> to the location specified by <location-url>.
  628.  
  629. cmd.mozilla-help.label = &Help Contents
  630. cmd.mozilla-help.help  = Display the table of contents for the Mozilla help system.
  631.  
  632. cmd.next.label = \u0421\u0442\u044a\u043f\u043a\u0430 &\u043d\u0430\u0434
  633. cmd.next.key   = VK_F10
  634. cmd.next.tip   = Step over function call
  635. cmd.next.help  = Executes the next line of script.  If a function call is encountered it is traced as a single instruction.
  636.  
  637. cmd.open-dialog.params = <url> [<window-name> [<window-flags>]]
  638. cmd.open-dialog.help   = Opens a dialog window and loads the source from <url>.  This is typically used to open a new XUL window, though it can be used to load a web page without chrome.
  639.  
  640. cmd.open-url.help  = Prompts the user for a url to load in the source view.
  641. cmd.open-url.label = \u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 &\u0430\u0434\u0440\u0435\u0441...
  642. cmd.open-url.key   = accel shift L
  643.  
  644. cmd.pprint.params = [<toggle>]
  645. cmd.pprint.help   = Set or display the state of Pretty Print mode.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.  If <toggle> is not provided, the current state will be displayed.
  646.  
  647. cmd.pref.params  = [<pref-name> [<pref-value> [<delete-pref>]]]
  648. cmd.pref.help    = Sets the value of the preference named <pref-name> to the value of <pref-value>.  If <pref-value> is not provided, the current value of <pref-name> will be displayed.  If both <pref-name> and <pref-value> are omitted, all preferences will be displayed.  If <delete-pref> is provided and is |true|, |on|, |yes|, or |1|, or if <pref-name> starts with a minus ('-') character, then the preference will revert back to its default value.
  649.  
  650. cmd.profile.params = [<toggle>]
  651. cmd.profile.help   = Enables or disables the collection of profile data.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.  If <toggle> is not provided, the current state will be displayed.  
  652.  
  653. cmd.profile-script.label   = Don't &Profile
  654. cmd.profile-script.params = <toggle> <script-wrapper> [<...>]
  655. cmd.profile-script.help   = Enable or disable profiling the script <script-wrapper>.  While profiling is disabled, data will be discarded.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.  If <toggle> is not provided, the current state will be displayed.
  656.  
  657. cmd.profile-instance.label = Toggle Profilin&g Contained Functions
  658. cmd.profile-instance.params = <toggle> <script-instance> [<...>]
  659. cmd.profile-instance.help   = Enable or disable profiling in all functions contained by the script instance <script-instance>.  While profiling is disabled, data will be discarded.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.
  660.  
  661. cmd.profile-instance-on.label  = Don't &Profile Contained Functions
  662. cmd.profile-instance-on.params = <script-instance> [<...>]
  663. cmd.profile-instance-on.help   = Disable profiling in all functions contained by the script instance <script-instance>.
  664.  
  665. cmd.profile-instance-off.label  = Profile &Contained Functions
  666. cmd.profile-instance-off.params = <script-instance> [<...>]
  667. cmd.profile-instance-off.help   = Enable profiling in all functions contained by the script instance <script-instance>.
  668.  
  669. cmd.profile-tb.label = \u041f\u0440\u043e\u0444\u0438\u043b
  670. cmd.profile-tb.tip   = Toggle profile mode
  671.  
  672. cmd.props.params = <expression>
  673. cmd.props.help   = Lists the properties of the value returned by <expression>.  The expression is evaluated in the scope of the debug target's current frame.  See also: |where|, |frame|, |eval|, and |propsd|.
  674.  
  675. cmd.propsd.params = <expression>
  676. cmd.propsd.help   = Lists the properties of the value returned by <expression>.  The expression is evaluated in the debugger's scope.  See also: |props|.
  677.  
  678. cmd.exit.label = &\u0418\u0437\u043b\u0438\u0437\u0430\u043d\u0435
  679. cmd.exit.key   = accel Q
  680.  
  681. cmd.quit.label = &\u0418\u0437\u043b\u0438\u0437\u0430\u043d\u0435
  682. cmd.quit.key   = accel Q
  683. cmd.quit.help  = \u0418\u0437\u043b\u0438\u0437\u0430\u043d\u0435 \u043e\u0442 \u041c\u043e\u0437\u0438\u043b\u0430.
  684.     
  685. cmd.reload-source-tab.label  = &\u041f\u0440\u0435\u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u0438\u0437\u0445\u043e\u0434\u0435\u043d \u043a\u043e\u0434
  686. cmd.reload-source-tab.params = [<index>]
  687. cmd.reload-source-tab.key    = accel R
  688. cmd.reload-source-tab.help   = Reload the source in the tab located at the index specified by <index>.  If <index> is not provided, the current tab will be reloaded.
  689.  
  690. cmd.release-notes.label = &Release Notes
  691. cmd.release-notes.help  = Display the Mozilla release notes.
  692.  
  693. cmd.close-source-tab.label  = &\u0417\u0430\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043b\u0438\u0441\u0442
  694. cmd.close-source-tab.key    = accel W
  695. cmd.close-source-tab.params = [<index>]
  696. cmd.close-source-tab.help   = Close the tab located at the index specified by <index>.  If <index> is not provided, the current tab will be closed.
  697.  
  698. cmd.restore-layout.params = [<name>]
  699. cmd.restore-layout.help   = Restores the view layout named <name>.  If <name> is not provided, the list of available layouts will be displayed.  The special name |factory| can be used to restore a default layout.
  700.  
  701. cmd.restore-settings.label  = Restore Break/Watch Se&ttings...
  702. cmd.restore-settings.params = [<settings-file>]
  703. cmd.restore-settings.help   = This command is basically an alias to |loadd|, except that <settings-file> is optional.  If <settings-file> is not provided, or is ``?'', a file chooser widget will be displayed.  This command is placed in the context menu of the Breakpoints and Watch views to make it easy to restore saved breakpoints and watches.
  704.  
  705. cmd.reloadui.key = accel alt R
  706.  
  707. cmd.run-to.label  = \u0418\u0437\u043f\u044a\u043b\u043d\u044f\u0432\u0430\u043d\u0435 \u0434\u043e &\u0440\u0435\u0434\u0430
  708. cmd.run-to.params = <script-wrapper> <pc>
  709. cmd.run-to.help   = Continue execution until program counter specified by <pc>, in the script specified by <script-wrapper> is reached.  The has the effect of setting a ``one time'' breakpoint at the line in question.
  710.  
  711. cmd.save-default-layout.label = \u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043f\u043e\u0434\u0440\u0435\u0434\u0431a &\u0441\u0435\u0433\u0430
  712.  
  713. cmd.save-layout.params = [<name>]
  714. cmd.save-layout.help   = Saves the current window layout, giving it the name <name>.  The layout can be restored later with the |restore-layout| command.  If <name> is not provided, the list of available layouts will be displayed.  Save to the name ``default'' to set the default layout Venkman restores on startup.  The ``factory'' layout cannot be overwritten.
  715.  
  716. cmd.save-source-tab.label = &\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u0438\u0437\u0445\u043e\u0434\u0435\u043d \u043a\u043e\u0434, \u043a\u0430\u0442\u043e...
  717. cmd.save-source-tab.params = [<index> [<target-file>]]
  718. cmd.save-source-tab.key   = accel S
  719. cmd.save-source-tab.help  = Saves the contents of the source file displayed in the tab at the position specified by <index> to a file on the local system.  If <index> is not provided, the current tab is saved.  If <target-file> is not provided, or is the character '?', a file chooser widget will be displayed.  <target-file> is an operating system specific path string.
  720.  
  721. cmd.save-profile.label = \u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 &\u0434\u0430\u043d\u043d\u0438 \u0437\u0430 \u043f\u0440\u043e\u0444\u0438\u043b, \u043a\u0430\u0442\u043e...
  722. cmd.save-profile.params = [<target-file> [<url> [<...>]]
  723. cmd.save-profile.help = Saves the profile data collected for one or more source files specified by <url> into the file at <target-file>.  If <target-file> is not provided, or is the character '?', a file chooser widget will be displayed.  If <url> is not provided, all profile data is saved.  <target-file> is an operating system specific path string, <url> is a complete url.
  724.  
  725. cmd.save-breakpoints.label  = \u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 &\u0442\u043e\u0447\u043a\u0438 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435...
  726. cmd.save-breakpoints.params = [<settings-file>]
  727. cmd.save-breakpoints.help   = Save the current list of breakpoints to a JavaScript file, so that they can be restored later.  If <settings-file> is not provided, or is the character '?', a file chooser widget will be displayed.  <settings-file> can be a reference to a |LocalFile| object or a string representation of a native path.  See also: |save-settings|, |save-watches|, |restore-settings|.
  728.  
  729. cmd.save-settings.label  = Sa&ve Break/Watch Settings...
  730. cmd.save-settings.params = [<settings-file>]
  731. cmd.save-settings.help   = Save the current list of breakpoints and watches to a JavaScript file, so that they can be restored later.  If <settings-file> is not provided, or is the character '?', a file chooser widget will be displayed.  <settings-file> can be a reference to a |LocalFile| object or a string representation of a native path.  See also: |save-watches|, |save-breakpoints|, |restore-settings|.
  732.  
  733. cmd.save-watches.label  = &Save Watch Settings...
  734. cmd.save-watches.params = [<settings-file>]
  735. cmd.save-watches.help   = Save the current list of watches to a JavaScript file, so that they can be restored later.  If <settings-file> is not provided, or is the character '?', a file chooser widget will be displayed.  <settings-file> can be a reference to a |LocalFile| object or a string representation of a native path.  See also: |save-settings|, |save-breakpoints|, |restore-settings|.
  736.  
  737. cmd.search-scripts.params = [<pattern>]
  738. cmd.search-scripts.help   = Removes any scripts with URLs that do not match <pattern> from the Loaded Scripts view.  If <pattern> is not provided, all scripts will be displayed.
  739.  
  740. cmd.session-css.params = [<css>]
  741. cmd.session-css.help   = Sets the current CSS file used to style the Interactive Session.  The value of <css> can be the text "default", "dark", or "light" OR a url to the CSS file to use.  The "default" css uses your browser defaults as foreground and background colors, "dark" is dark background in light text, and "light" is light background with dark text.  If <css> is not provided, the current value is printed.
  742.  
  743. cmd.session-css-default.label = &\u041f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435
  744. cmd.session-css-dark.label    = &\u0422\u044a\u043c\u0435\u043d \u0444\u043e\u043d/\u0441\u0432\u0435\u0442\u044a\u043b \u0442\u0435\u043a\u0441\u0442
  745. cmd.session-css-light.label   = &\u0421\u0432\u0435\u0442\u044a\u043b \u0444\u043e\u043d/\u0442\u044a\u043c\u0435\u043d \u0442\u0435\u043a\u0441\u0442
  746.  
  747. cmd.set-eval-obj.label  = Set as &Evaluation Object
  748. cmd.set-eval-obj.params = <jsd-value>
  749. cmd.set-eval-obj.help   = Sets the current ``evaluation object'' for use with the |eval| command.  The object referenced to by <jsd-value> will become the |this| object, and global variables will be resolved relative to the parent of <jsd-value>.
  750.  
  751. cmd.scan-source.label  = &Scan For Meta Comments
  752. cmd.scan-source.params = <script-instance>
  753. cmd.scan-source.help   = Scans the entire source file for comments in the form //@JSD_DIRECTIVE.  By default, the directives recognized are //@JSD_LOG, //@JSD_BREAK, and //@JSD_EVAL.  JSD_LOG evaluates whatever script follows it, logging the result to the Interactive Session view.  JSD_BREAK inserts a conditional breakpoint a the next executable line.  JSD_EVAL evaluates whatever script follows it, without logging or breaking.  Users can add additional directives with plug ins.
  754.  
  755. cmd.scope.help = Lists the properties of the topmost object in the scope chain for the current frame.
  756.  
  757. cmd.toggle-functions.label  = Include &Functions
  758.  
  759. cmd.show-functions.params = [<toggle>]
  760. cmd.show-functions.help   = Controls whether or not function properties (sometimes referred to as methods) will be displayed in the Local Varables and Watch views.  After changing this value, you will need to close and open affected nodes in order to see the change.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.  If <toggle> is not provided, the current state will be displayed.
  761.  
  762. cmd.toggle-ecmas.label  = &Include ECMA Properties
  763.  
  764. cmd.show-ecmas.params = [<toggle>]
  765. cmd.show-ecmas.help   = Controls whether or not the ECMA [[Parent]] and [[Prototype]] properties will be displayed in the Local Varables and Watch views.  After changing this value, you will need to close and open affected nodes in order to see the change.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.  If <toggle> is not provided, the current state will be displayed.
  766.  
  767. cmd.toggle-show-most-recent.label = E&xclude Duplicates
  768.  
  769. cmd.show-most-recent.params = [<toggle>]
  770. cmd.show-most-recent.help = Controls whether the Loaded Scripts view should show only the most recent script from a given URL, or all of them.  With this off, you may notice duplicate entries in the Loaded Scripts view.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.  If <toggle> is not provided, the current state will be displayed.
  771.  
  772. cmd.startup-init.label  = Initialize at &Startup
  773. cmd.startup-init.params = [<toggle>]
  774. cmd.startup-init.help   = Sets the state of the "Initialize at Startup" feature.  With this feature enabled, the debugger will begin tracking scripts when the browser is first started, instead of waiting until the user interface is launched.  This will allow the script list to display files that were loaded before you started the debugger user interface.  This feature incurs a *slight* performance hit.  The value of <toggle> can be |true|, |on|, |yes|, or |1| to turn the flag on; |false|, |off|, |no|, or |0| to turn it off; or |toggle| to invert the current state.  If <toggle> is not provided, the current state will be displayed.
  775.  
  776. cmd.source-coloring.label  = \u041e&\u0446\u0432\u0435\u0442\u044f\u0432\u0430\u043d\u0435 \u0438\u0437\u0445\u043e\u0434\u0435\u043d \u043a\u043e\u0434
  777. cmd.source-coloring.params = [<toggle>]
  778. cmd.source-coloring.help   = Enables or disables the source code coloring feature in the Source Code view.  When working with large files, or on a slow machine, source coloring may take too long to be practical.  Turning off source coloring will make files load much faster.  You will need to reload the source code to see the effect of changing this setting.  If <toggle> is not provided, the current state will be displayed.
  779.  
  780. cmd.stop.label = &\u0421\u043f\u0438\u0440\u0430\u043d\u0435
  781. cmd.stop.key   = VK_F4
  782. cmd.stop.tip   = Stop the current operation
  783. cmd.stop.help  = Stop before the next line of code is executed.
  784.  
  785. cmd.step.label = \u0421\u0442\u044a\u043f\u043a\u0430 &\u0432\u044a\u0442\u0440\u0435
  786. cmd.step.key   = VK_F11
  787. cmd.step.tip   = Step into function call
  788. cmd.step.help  = Executes the next line of script and stops.
  789.  
  790. cmd.testargs.params = <int> <word> [<word2> <word3>]
  791. cmd.testargs.help   = Function for testing argument parsing.  Pass it what it wants, and it'll spit out the event object to stdout.
  792.  
  793. cmd.testargs1.params = <int> [<...>]
  794. cmd.testargs1.help   = Function for testing argument parsing.  Pass it what it wants, and it'll spit out the event object to stdout.
  795.  
  796. cmd.this-expr.params = <expression>
  797. cmd.this-expr.help   = Sets the ``evaluation object'' to the result of <expression>.  The evaluation object is used as the |this| object in all evaluations.  The result of <expression> *must* be an object.  See also: |eval|, |props|, |watch-expr|, and |set-eval-obj|.
  798.  
  799. cmd.tmode.params = [<mode>]
  800. cmd.tmode.help   = Sets what action the debugger should take when an exception is thrown from the debug target.  |tmode ignore| ignores all exceptions, |tmode trace| shows a log of the exception to the console, and |tmode break| stops excecution when an exception is thrown.  |tmode| without any parameter will display the current throw mode.  Note that |tmode| controls what happens when an exception is *thrown*, to control what happens when an exception reaches the top level and becomes an error, use |emode|.  The key combination Control + T can be used to cycle the throw mode.
  801.  
  802. cmd.tm-break.label  = Stop for &Exceptions
  803. cmd.tm-cycle.label  = Cycle Exception Mode
  804. cmd.tm-cycle.key    = accel T
  805. cmd.tm-ignore.label = &\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u0430\u043d\u0435 \u0438\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f
  806. cmd.tm-trace.label  = T&race Exceptions
  807.  
  808. cmd.toggle-scripts-search-box.help   = Toggles the visibility of the search controls in the Loaded Scripts view.
  809.  
  810. cmd.toggle-float.params = <view-id>
  811. cmd.toggle-float.help   = If the view specified by <view-id> is currently displayed in the main window, or is not visible, it will be placed in a new floating window.  If <view-id> is already in a floating window, it will be placed back in the main window.
  812.  
  813. cmd.toggle-pprint.label = &Pretty Print
  814. cmd.toggle-pprint.key   = accel P
  815. cmd.toggle-pprint.tip   = Toggle pretty print mode
  816. cmd.toggle-pprint.help  = Toggle Pretty Print mode.
  817.  
  818. cmd.toggle-save-layout.label = \u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043f\u043e\u0434\u0440\u0435\u0434\u0431\u0430 \u043f\u0440\u0438 &\u0438\u0437\u043b\u0438\u0437\u0430\u043d\u0435
  819. cmd.toggle-save-layout.help  = If set, the window layout will be saved before Venkman exits.
  820.  
  821. cmd.toggle-save-settings.label = Save Break/Watch Settings On E&xit
  822. cmd.toggle-save-settings.help  = If set, the breakpoint and watch settings will be saved before Venkman exits, and restored at startup.
  823.  
  824. cmd.toggle-pref.params = <pref-name>
  825. cmd.toggle-pref.help   = Toggles the boolean preference specified by <pref-name>.
  826.  
  827. cmd.toggle-view.params = <view-id>
  828. cmd.toggle-view.help   = If the view specified by <view-id> is currently displayed, it will be hidden.  Otherwise the view will be displayed in its last known location.
  829.  
  830. cmd.toggle-chrome.label  = E&xclude Browser Files
  831. cmd.toggle-profile.label = &\u0421\u044a\u0431\u0438\u0440\u0430\u043d\u0435 \u0434\u0430\u043d\u043d\u0438 \u0437\u0430 \u043f\u0440\u043e\u0444\u0438\u043b
  832.  
  833. cmd.toggle-breaks.label  = &\u0422\u043e\u0447\u043a\u0438 \u043d\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435
  834. cmd.toggle-stack.label   = &\u0421\u0442\u0435\u043a \u0441 \u0438\u0437\u0432\u0438\u043a\u0432\u0430\u043d\u0438\u044f
  835. cmd.toggle-session.label = &Interactive Session
  836. cmd.toggle-locals.label  = &\u041b\u043e\u043a\u0430\u043b\u043d\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u043b\u0438\u0432\u0438
  837. cmd.toggle-scripts.label = \u0417\u0430\u0440\u0435\u0434\u0435\u043d\u0438 \u0441&\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0435
  838. cmd.toggle-windows.label = &\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u0438 \u043f\u0440\u043e\u0437\u043e\u0440\u0446\u0438
  839. cmd.toggle-source.label  = \u0418\u0437\u0445\u043e\u0434\u0435\u043d \u043a\u043e\u0434 (\u0441\u0442\u0430\u0440)
  840. cmd.toggle-source2.label = \u0418&\u0437\u0445\u043e\u0434\u0435\u043d \u043a\u043e\u0434
  841. cmd.toggle-watches.label  = &Watches
  842.  
  843. cmd.version.label = \u041e\u0442\u043d\u043e\u0441\u043d\u043e &Venkman
  844. cmd.version.help  = Display version information.
  845.  
  846. cmd.remove-watch.label  = &Remove Watch
  847. cmd.remove-watch.params = <index> [<...>]
  848. cmd.remove-watch.help   = Removes the watch(es) at the 0 based index specified by <index>.
  849.  
  850. cmd.watch-expr.label = Add &Watch Expression...
  851. cmd.watch-expr.params = [<expression>]
  852. cmd.watch-expr.help   = Evaluates <expression> in the debug target scope and adds the result to the watch window.  If <expression> is not provided, all watches are printed to the console.
  853.  
  854. cmd.watch-exprd.params = [<expression>]
  855. cmd.watch-exprd.help   = Evaluates <expression> in the debugger scope and adds the result to the watch window.  If <expression> is not provided, all watches are printed to the console.
  856.  
  857. cmd.watch-property.params = <jsd-value> <property-name>
  858. cmd.watch-property.help   = Adds the property named <property-name> of the object stored in <jsd-value> to the watch window.
  859.  
  860. cmd.where.label = Dump &Stack to Interactive Session
  861. cmd.where.help = Displays a summarized list of stack frames in the current call chain.
  862.